chore(deps): bump zod from 3.25.76 to 4.4.3#7
Open
dependabot[bot] wants to merge 4 commits into
Open
Conversation
feat: scaffold agent-native magnus-cli (download + capture, v0.1.0)
- Fix CI badge URL: eduardoborjas → aedneth (was pointing at wrong username) - Add npm version badge to README header - Add "Why magnus?" section: positions vs raw yt-dlp, browser extensions, and manual Apify runs with outcome-first reasoning - Add Roadmap section (v0.1.0 checked, v0.2.0–v1.0.0 milestones) - Promote CHANGELOG [Unreleased] → [0.1.0] 2026-06-02 with Fixed entries for the two CI bugs resolved on the branch - Fix wrong GitHub username in CONTRIBUTING.md clone URL and .github/ISSUE_TEMPLATE/config.yml security policy link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… cost) C1 — queue.ts: narrow table params to QueueTable union type; use bound LIMIT parameter instead of string-interpolated Number(limit) to close the SQL concatenation pattern in an agent-callable tool. M1 — capture runners: coerce --budget-cap/--limit from string (Commander returns option values as strings; runners were casting string as number, making assertCanaryAcceptable compare number > string via JS coercion). M2 — capture runners: wire --limit across all three runners (instagram, tiktok, youtube); the flag existed in the manifest but was never read. M3 — capture runners: pass projected next-batch cost to assertWithinBudget before each runActor call so the hard cap fires pre-charge, not post- charge. Track per-URL canary rate and multiply by batch size. M4 — youtube.ts: rethrow non-ENOENT yt-dlp startup errors as MagnusError(Network) instead of silently continuing into a render loop that finds no info.json and exits 0 with 0 notes processed. M5 — db.ts: key openDb cache by resolved file path (was module-global singleton, so --config dir isolation did not affect the DB handle). m1 — redact.ts: add Bearer token and generic key=VALUE patterns alongside the existing Apify token regex. m2 — apify.ts: warn to stderr when Apify cost fields are absent (schema drift) instead of silently recording $0; budget guard would not fire. m3 — instagram.ts: add shortCode-based fallback lookup for dataset items (URL normalization mismatch on query-string variants like ?igshid=). m4 — config.ts: remove duplicate ctx.log.info in config list that wrote the config JSON to both stderr and stdout. m5 — cli.ts: guard injectDefaultCommand against argv.length < 2; replace non-null assertions with typed casts. s1 — remove dead ink, react, @types/react dependencies (zero imports). s5 — cli.ts: use process.exitCode in main().catch for consistency with the execute() drain pattern; avoids premature stream teardown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.76...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
e739c40 to
5368c17
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps zod from 3.25.76 to 4.4.3.
Release notes
Sourced from zod's releases.
... (truncated)
Commits
1fb56a5docs: document release procedure in AGENTS.mdf3c9ec04.4.3c2be4f8fix(v4): generalize optin/fallback to transform; restore preprocess on absent...1cab693fix(v4): restore catch handling for absent object keys (#5937) (#5939)b8dffe9docs: remove Numeric and Speakeasy (2+ missed monthly cycles)9195250docs: remove Mintlify from bronze sponsors (churned)2c70332docs: normalize bronze sponsor logos to github avatar pattern7391be8docs: prune lapsed silver/bronze sponsors and add active ones2aeec83docs: prune lapsed gold sponsors and rebalance logo sizing4c2fa95docs: use Zernio primary wordmark for gold sponsor logoMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.